3.19 \(\int (c+d x) \cosh ^3(a+b x) \, dx\)

Optimal. Leaf size=75 \[ -\frac {d \cosh ^3(a+b x)}{9 b^2}-\frac {2 d \cosh (a+b x)}{3 b^2}+\frac {2 (c+d x) \sinh (a+b x)}{3 b}+\frac {(c+d x) \sinh (a+b x) \cosh ^2(a+b x)}{3 b} \]

[Out]

-2/3*d*cosh(b*x+a)/b^2-1/9*d*cosh(b*x+a)^3/b^2+2/3*(d*x+c)*sinh(b*x+a)/b+1/3*(d*x+c)*cosh(b*x+a)^2*sinh(b*x+a)
/b

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 75, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 14, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.214, Rules used = {3310, 3296, 2638} \[ -\frac {d \cosh ^3(a+b x)}{9 b^2}-\frac {2 d \cosh (a+b x)}{3 b^2}+\frac {2 (c+d x) \sinh (a+b x)}{3 b}+\frac {(c+d x) \sinh (a+b x) \cosh ^2(a+b x)}{3 b} \]

Antiderivative was successfully verified.

[In]

Int[(c + d*x)*Cosh[a + b*x]^3,x]

[Out]

(-2*d*Cosh[a + b*x])/(3*b^2) - (d*Cosh[a + b*x]^3)/(9*b^2) + (2*(c + d*x)*Sinh[a + b*x])/(3*b) + ((c + d*x)*Co
sh[a + b*x]^2*Sinh[a + b*x])/(3*b)

Rule 2638

Int[sin[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[Cos[c + d*x]/d, x] /; FreeQ[{c, d}, x]

Rule 3296

Int[((c_.) + (d_.)*(x_))^(m_.)*sin[(e_.) + (f_.)*(x_)], x_Symbol] :> -Simp[((c + d*x)^m*Cos[e + f*x])/f, x] +
Dist[(d*m)/f, Int[(c + d*x)^(m - 1)*Cos[e + f*x], x], x] /; FreeQ[{c, d, e, f}, x] && GtQ[m, 0]

Rule 3310

Int[((c_.) + (d_.)*(x_))*((b_.)*sin[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[(d*(b*Sin[e + f*x])^n)/(f^2*n
^2), x] + (Dist[(b^2*(n - 1))/n, Int[(c + d*x)*(b*Sin[e + f*x])^(n - 2), x], x] - Simp[(b*(c + d*x)*Cos[e + f*
x]*(b*Sin[e + f*x])^(n - 1))/(f*n), x]) /; FreeQ[{b, c, d, e, f}, x] && GtQ[n, 1]

Rubi steps

\begin {align*} \int (c+d x) \cosh ^3(a+b x) \, dx &=-\frac {d \cosh ^3(a+b x)}{9 b^2}+\frac {(c+d x) \cosh ^2(a+b x) \sinh (a+b x)}{3 b}+\frac {2}{3} \int (c+d x) \cosh (a+b x) \, dx\\ &=-\frac {d \cosh ^3(a+b x)}{9 b^2}+\frac {2 (c+d x) \sinh (a+b x)}{3 b}+\frac {(c+d x) \cosh ^2(a+b x) \sinh (a+b x)}{3 b}-\frac {(2 d) \int \sinh (a+b x) \, dx}{3 b}\\ &=-\frac {2 d \cosh (a+b x)}{3 b^2}-\frac {d \cosh ^3(a+b x)}{9 b^2}+\frac {2 (c+d x) \sinh (a+b x)}{3 b}+\frac {(c+d x) \cosh ^2(a+b x) \sinh (a+b x)}{3 b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.24, size = 52, normalized size = 0.69 \[ -\frac {-3 b (c+d x) (9 \sinh (a+b x)+\sinh (3 (a+b x)))+27 d \cosh (a+b x)+d \cosh (3 (a+b x))}{36 b^2} \]

Antiderivative was successfully verified.

[In]

Integrate[(c + d*x)*Cosh[a + b*x]^3,x]

[Out]

-1/36*(27*d*Cosh[a + b*x] + d*Cosh[3*(a + b*x)] - 3*b*(c + d*x)*(9*Sinh[a + b*x] + Sinh[3*(a + b*x)]))/b^2

________________________________________________________________________________________

fricas [A]  time = 0.47, size = 95, normalized size = 1.27 \[ -\frac {d \cosh \left (b x + a\right )^{3} + 3 \, d \cosh \left (b x + a\right ) \sinh \left (b x + a\right )^{2} - 3 \, {\left (b d x + b c\right )} \sinh \left (b x + a\right )^{3} + 27 \, d \cosh \left (b x + a\right ) - 9 \, {\left (3 \, b d x + {\left (b d x + b c\right )} \cosh \left (b x + a\right )^{2} + 3 \, b c\right )} \sinh \left (b x + a\right )}{36 \, b^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*cosh(b*x+a)^3,x, algorithm="fricas")

[Out]

-1/36*(d*cosh(b*x + a)^3 + 3*d*cosh(b*x + a)*sinh(b*x + a)^2 - 3*(b*d*x + b*c)*sinh(b*x + a)^3 + 27*d*cosh(b*x
 + a) - 9*(3*b*d*x + (b*d*x + b*c)*cosh(b*x + a)^2 + 3*b*c)*sinh(b*x + a))/b^2

________________________________________________________________________________________

giac [A]  time = 0.12, size = 98, normalized size = 1.31 \[ \frac {{\left (3 \, b d x + 3 \, b c - d\right )} e^{\left (3 \, b x + 3 \, a\right )}}{72 \, b^{2}} + \frac {3 \, {\left (b d x + b c - d\right )} e^{\left (b x + a\right )}}{8 \, b^{2}} - \frac {3 \, {\left (b d x + b c + d\right )} e^{\left (-b x - a\right )}}{8 \, b^{2}} - \frac {{\left (3 \, b d x + 3 \, b c + d\right )} e^{\left (-3 \, b x - 3 \, a\right )}}{72 \, b^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*cosh(b*x+a)^3,x, algorithm="giac")

[Out]

1/72*(3*b*d*x + 3*b*c - d)*e^(3*b*x + 3*a)/b^2 + 3/8*(b*d*x + b*c - d)*e^(b*x + a)/b^2 - 3/8*(b*d*x + b*c + d)
*e^(-b*x - a)/b^2 - 1/72*(3*b*d*x + 3*b*c + d)*e^(-3*b*x - 3*a)/b^2

________________________________________________________________________________________

maple [A]  time = 0.15, size = 109, normalized size = 1.45 \[ \frac {\frac {d \left (\frac {2 \left (b x +a \right ) \sinh \left (b x +a \right )}{3}+\frac {\left (b x +a \right ) \sinh \left (b x +a \right ) \left (\cosh ^{2}\left (b x +a \right )\right )}{3}-\frac {2 \cosh \left (b x +a \right )}{3}-\frac {\left (\cosh ^{3}\left (b x +a \right )\right )}{9}\right )}{b}-\frac {d a \left (\frac {2}{3}+\frac {\left (\cosh ^{2}\left (b x +a \right )\right )}{3}\right ) \sinh \left (b x +a \right )}{b}+c \left (\frac {2}{3}+\frac {\left (\cosh ^{2}\left (b x +a \right )\right )}{3}\right ) \sinh \left (b x +a \right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x+c)*cosh(b*x+a)^3,x)

[Out]

1/b*(1/b*d*(2/3*(b*x+a)*sinh(b*x+a)+1/3*(b*x+a)*sinh(b*x+a)*cosh(b*x+a)^2-2/3*cosh(b*x+a)-1/9*cosh(b*x+a)^3)-1
/b*d*a*(2/3+1/3*cosh(b*x+a)^2)*sinh(b*x+a)+c*(2/3+1/3*cosh(b*x+a)^2)*sinh(b*x+a))

________________________________________________________________________________________

maxima [B]  time = 0.38, size = 143, normalized size = 1.91 \[ \frac {1}{72} \, d {\left (\frac {{\left (3 \, b x e^{\left (3 \, a\right )} - e^{\left (3 \, a\right )}\right )} e^{\left (3 \, b x\right )}}{b^{2}} + \frac {27 \, {\left (b x e^{a} - e^{a}\right )} e^{\left (b x\right )}}{b^{2}} - \frac {27 \, {\left (b x + 1\right )} e^{\left (-b x - a\right )}}{b^{2}} - \frac {{\left (3 \, b x + 1\right )} e^{\left (-3 \, b x - 3 \, a\right )}}{b^{2}}\right )} + \frac {1}{24} \, c {\left (\frac {e^{\left (3 \, b x + 3 \, a\right )}}{b} + \frac {9 \, e^{\left (b x + a\right )}}{b} - \frac {9 \, e^{\left (-b x - a\right )}}{b} - \frac {e^{\left (-3 \, b x - 3 \, a\right )}}{b}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*cosh(b*x+a)^3,x, algorithm="maxima")

[Out]

1/72*d*((3*b*x*e^(3*a) - e^(3*a))*e^(3*b*x)/b^2 + 27*(b*x*e^a - e^a)*e^(b*x)/b^2 - 27*(b*x + 1)*e^(-b*x - a)/b
^2 - (3*b*x + 1)*e^(-3*b*x - 3*a)/b^2) + 1/24*c*(e^(3*b*x + 3*a)/b + 9*e^(b*x + a)/b - 9*e^(-b*x - a)/b - e^(-
3*b*x - 3*a)/b)

________________________________________________________________________________________

mupad [B]  time = 0.22, size = 77, normalized size = 1.03 \[ \frac {\frac {3\,c\,\mathrm {sinh}\left (a+b\,x\right )}{4}+\frac {c\,\mathrm {sinh}\left (3\,a+3\,b\,x\right )}{12}+\frac {d\,x\,\mathrm {sinh}\left (3\,a+3\,b\,x\right )}{12}+\frac {3\,d\,x\,\mathrm {sinh}\left (a+b\,x\right )}{4}}{b}-\frac {d\,\mathrm {cosh}\left (3\,a+3\,b\,x\right )}{36\,b^2}-\frac {3\,d\,\mathrm {cosh}\left (a+b\,x\right )}{4\,b^2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cosh(a + b*x)^3*(c + d*x),x)

[Out]

((3*c*sinh(a + b*x))/4 + (c*sinh(3*a + 3*b*x))/12 + (d*x*sinh(3*a + 3*b*x))/12 + (3*d*x*sinh(a + b*x))/4)/b -
(d*cosh(3*a + 3*b*x))/(36*b^2) - (3*d*cosh(a + b*x))/(4*b^2)

________________________________________________________________________________________

sympy [A]  time = 0.94, size = 126, normalized size = 1.68 \[ \begin {cases} - \frac {2 c \sinh ^{3}{\left (a + b x \right )}}{3 b} + \frac {c \sinh {\left (a + b x \right )} \cosh ^{2}{\left (a + b x \right )}}{b} - \frac {2 d x \sinh ^{3}{\left (a + b x \right )}}{3 b} + \frac {d x \sinh {\left (a + b x \right )} \cosh ^{2}{\left (a + b x \right )}}{b} + \frac {2 d \sinh ^{2}{\left (a + b x \right )} \cosh {\left (a + b x \right )}}{3 b^{2}} - \frac {7 d \cosh ^{3}{\left (a + b x \right )}}{9 b^{2}} & \text {for}\: b \neq 0 \\\left (c x + \frac {d x^{2}}{2}\right ) \cosh ^{3}{\relax (a )} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*cosh(b*x+a)**3,x)

[Out]

Piecewise((-2*c*sinh(a + b*x)**3/(3*b) + c*sinh(a + b*x)*cosh(a + b*x)**2/b - 2*d*x*sinh(a + b*x)**3/(3*b) + d
*x*sinh(a + b*x)*cosh(a + b*x)**2/b + 2*d*sinh(a + b*x)**2*cosh(a + b*x)/(3*b**2) - 7*d*cosh(a + b*x)**3/(9*b*
*2), Ne(b, 0)), ((c*x + d*x**2/2)*cosh(a)**3, True))

________________________________________________________________________________________